type github.com/jackc/pgx/v5/pgtype.wrapByte16EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1506: 		return &wrapByte16EncodePlan{}, byte16Wrapper(value), true
		pgtype.go#L1726: type wrapByte16EncodePlan struct {
		pgtype.go#L1730: func (plan *wrapByte16EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1732: func (plan *wrapByte16EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {